GtkEntryCompletion: fix warning
authorLars Uebernickel <lars@uebernic.de>
Sun, 3 Nov 2013 18:08:41 +0000 (19:08 +0100)
committerLars Uebernickel <lars@uebernic.de>
Sun, 3 Nov 2013 18:08:41 +0000 (19:08 +0100)
gtk/gtkentrycompletion.c

index f0f16fc827b1417ece943348be9b0bee94e5f0cc..3ac13ff396d68ebb0f1108db108ac2edd1914bbb 100644 (file)
@@ -834,7 +834,7 @@ gtk_entry_completion_clear_text_column_renderer (GtkEntryCompletion *completion)
       GtkCellArea *area;
 
       area = gtk_entry_completion_get_area (GTK_CELL_LAYOUT (completion));
-      gtk_cell_layout_clear (area);
+      gtk_cell_layout_clear (GTK_CELL_LAYOUT (area));
 
       completion->priv->text_column = -1;
       g_object_notify (G_OBJECT (completion), "text_column");